home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!cfg
- From: cfg@netcom.com (Carlos Francisco Gomez)
- Subject: Mixing ANSI + Non-ANSI objects?
- Message-ID: <cfgDoHq5p.Fqn@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- Date: Tue, 19 Mar 1996 01:15:24 GMT
- Sender: cfg@netcom.netcom.com
-
-
- Hello -
-
- We are currently porting a portion of our ANSI
- codebase to another platform, where the delivered
- objects that we are going to use were compiled with
- the non-ANSI version of the compiler. These objects
- are "black boxes", in coff format, that cannot be
- recompiled as ANSI (not our code).
-
- Our question is, can we mix our ANSI objects with
- non-ANSI objects? We hate the thought of downgrading
- our codebase to the non-ANSI compiler, and want the
- stricter compiling.
-
- Thanks for any info you may have.
-
- ...cfg...
- 03/18/96
-